home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 8: LINUX Games / Linux Cubed Series 8 - LINUX Games.iso / games / x11 / strategy / xbomb-2.0 / xbomb-2 / xbomb / README < prev    next >
Text File  |  1996-01-30  |  2KB  |  76 lines

  1.                         XBOMB Version 2
  2.                         ===============
  3.  
  4. A program that looks superficially like the minesweeper program that
  5. comes supplied with MS Windows (and is also available in other
  6. versions). Runs under X Windows on the UNIX operating system.
  7.  
  8. Features
  9. --------
  10.  
  11. There are a number of features that make this version different from
  12. the others available (that I have seen).
  13.  
  14. 3 Grid Tile options
  15.  
  16.         Hexagonal      - Easy (the endgame can be difficult).
  17.         Square         - Traditional.
  18.         Triangular     - Difficult.
  19.  
  20. 3 Grid sizes
  21.  
  22.         Small          - 8x8 with 10 bombs
  23.         Medium         - 16x16 with 40 bombs
  24.         Large          - 30x16 with 99 bombs
  25.  
  26. Highscore table
  27.  
  28.         10 entries for the fastest times for each of the 3 levels of
  29.         each of the 3 grid shapes.
  30.  
  31. Playing the game
  32. ----------------
  33.  
  34. Located under the tiles of the grid are a number of unexploded
  35. bombs. The target of the game is detect the location of the bombs
  36. given only the number of bombs neighbouring each of the locations
  37. known to have no bomb. Locations known to contain bombs, are marked
  38. and the game finishes when all locations are uncovered or marked.
  39.  
  40. Left mouse button   - Uncover the current location
  41. Middle mouse button - Uncover all adjacent squares that are known to
  42.                       be safe.
  43. Right mouse button  - Mark a square as known to contain a bomb.
  44.  
  45. 's' key             - Start a new game
  46. 'q' key             - Quit the game
  47. 'h' key             - Print the high score table for the current grid shape.
  48. '1','2' or '3' key  - Select game level 1, 2 or 3.
  49. 'H','S' or 'T' key  - Select game type Hexagon, Square or Triangle grid.
  50.  
  51. Installation
  52. ------------
  53.  
  54. Edit the Makefile to set the paths for installation (INSTDIR), X
  55. windows libraries (XLIB) and the compiler options (CC, CFLAGS).
  56.  
  57. make xbomb
  58. make install
  59.  
  60. And all should be OK.
  61.  
  62. This program has been tested on the following systems:
  63.  
  64. Linux 1.1.x
  65. SunOS 4.1.x
  66. Solaris 2.x
  67.  
  68. Author & Copyright
  69. ------------------
  70.  
  71. Andrew M. Bishop  (XBomb Written late 1994/early 1995)
  72.  
  73. email: amb@gedanken.demon.co.uk [Please put xbomb in the subject line]
  74.  
  75. This program is Copyright Andrew M. Bishop 1995 and distributed under the GPL.
  76.